Kanzi 4.0.0-beta2
kanzi::gfx::RenderPassCreateInfo Struct Reference

Creation information for a render pass. More...

#include <kanzi/gfx/create_info.hpp>

Inheritance diagram for kanzi::gfx::RenderPassCreateInfo:
[legend]

Public Types

using HandleType
 Render pass handle.
 

Public Attributes

AttachmentDescriptionSet attachmentDescriptionSet
 Description of the render pass attachments.
 
- Public Attributes inherited from kanzi::gfx::BaseCreateInfo
string_view name
 The name of the graphics object, useful for debugging.
 

Detailed Description

Creation information for a render pass.

The render pass describes the outputs of a render pipeline and allows the backend to optimize drawing operations by limiting state to predefined options.

Since
Kanzi 4.0.0

Member Typedef Documentation

◆ HandleType

Member Data Documentation

◆ attachmentDescriptionSet

AttachmentDescriptionSet kanzi::gfx::RenderPassCreateInfo::attachmentDescriptionSet

Description of the render pass attachments.

These attachments must match the attachment structure of any frame buffers used on the BeginRenderPassCommand for this render pass.


The documentation for this struct was generated from the following file: